home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / IIS5_01.CAB / IIS_Pics_JScript.asp < prev    next >
Encoding:
Text File  |  1998-05-29  |  966 b   |  37 lines

  1. <%@ LANGUAGE = JScript %>
  2.  
  3. <!*************************
  4. This sample is provided for educational purposes only. It is not intended to be 
  5. used in a production environment, has not been tested in a production environment, 
  6. and Microsoft will not provide technical support for it. 
  7. *************************>
  8.  
  9. <% 
  10.     //Insert PICS ratings.
  11.     Response.PICS("(PICS-1.1 <http://www.rsac.org/ratingv01.html> labels on '1997.01.05T08:15-0500' until '1999.12.31T23:59-0000' ratings (v 1 s 0 l 2 n 0))");
  12. %>
  13.  
  14. <HTML>
  15.     <HEAD>
  16.         <TITLE>PICS Sample</TITLE>
  17.     </HEAD>
  18.  
  19.     <BODY BGCOLOR="White" TOPMARGIN="10" LEFTMARGIN="10">
  20.  
  21.  
  22.         <!-- Display header. -->
  23.  
  24.         <FONT SIZE="4" FACE="ARIAL, HELVETICA">
  25.         <B>PICS Sample</B></FONT><BR>
  26.       
  27.         <HR SIZE="1" COLOR="#000000">
  28.  
  29.         <P>This sample has the following PICS rating:<P>
  30.         
  31.         violence = 1<BR>
  32.         sex = 0<BR>
  33.         language = 2<BR>
  34.         nudity = 0<BR>
  35.     </BODY>
  36. </HTML>
  37.